[DEPRECATED] Use form field endpoints instead. Delete a specific custom field by id
curl --request DELETE \
--url https://api.rootly.com/v1/custom_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "128",
"type": "custom_fields",
"attributes": {
"slug": "aspernatur-temporibus-consequuntur-assumenda",
"description": "Exercitationem autem illo et.",
"enabled": true,
"position": 1,
"updated_at": "2025-12-24T09:24:15.313-08:00",
"created_at": "2025-12-24T09:24:13.817-08:00",
"kind": "text",
"label": "Aspernatur temporibus consequuntur assumenda.",
"shown": [],
"required": []
},
"relationships": {
"options": {
"data": []
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/custom_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "128",
"type": "custom_fields",
"attributes": {
"slug": "aspernatur-temporibus-consequuntur-assumenda",
"description": "Exercitationem autem illo et.",
"enabled": true,
"position": 1,
"updated_at": "2025-12-24T09:24:15.313-08:00",
"created_at": "2025-12-24T09:24:13.817-08:00",
"kind": "text",
"label": "Aspernatur temporibus consequuntur assumenda.",
"shown": [],
"required": []
},
"relationships": {
"options": {
"data": []
}
}
}
}